home *** CD-ROM | disk | FTP | other *** search
- /* DrawingViewWraps.h generated from DrawingViewWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef DRAWINGVIEWWRAPS_H
- #define DRAWINGVIEWWRAPS_H
-
- extern void PSWStrokeX(float LLX, float LLY, float URX, float URY);
-
- extern void PSWTranslateRotate(float X, float Y, float Angle);
-
- extern void PSWSetLine(float Width, float Gray);
-
- extern void PSWSetControlPoints(char *Font, float FontSize, float FontGray, float FontWidth);
-
- extern void PSWDrawControlPoints(float X, float Y, float Pts[], int Tot_Pts, char *Chs);
-
- extern void PSWDefineFont(char *fontname);
-
- extern void PSWDefineImageDict(char *dictname);
-
- #endif DRAWINGVIEWWRAPS_H
-